home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 70.zip / BS1 part 70 / LZ v1.00.adf / Update.doc < prev   
Text File  |  2018-01-31  |  2KB  |  67 lines

  1.  
  2.                                       LZ 1.00
  3.                                 1st February, 1991
  4.  
  5.                             Written by Jonathan Forbes
  6.                     Copyright © 1990, 1991, Xenomiga Technology
  7.  
  8.  
  9.    Changes
  10.  
  11.    o  Compression speed is, on average, double that of LZ 0.91, but can often
  12.       more than triple LZ 0.91's performance for highly compressible files.
  13.  
  14.    o  LZ now produces output files 3-5% smaller (on average) than other .LZH
  15.       utilities.
  16.  
  17.    o  Decompression is fractionally faster (2-3% speed increase).
  18.  
  19.    o  User configurable screen update; previously hardcoded at 1024 for
  20.       compressing and 4096 for decompressing, this is now user configurable
  21.       with the -U option, and defaults to 1024 bytes for both.  Thus, LZ
  22.       defaults to updating the display four times as quickly as before,
  23.       giving a better indication of its speed.
  24.  
  25.    o  Two MS-DOS Pkzip lookalike modes; the pre-v1.10 swivel (which is turned
  26.       on by -D1) and the v1.10 percentage display (-D2).  There was no
  27.       particular reason for implementing this, but it's only a couple of lines
  28.       of code, so why not?
  29.  
  30.    o  The delete function now works properly.
  31.  
  32.    o  LZ will no longer say "** Error converting date **"; instead, it will
  33.       set the date to something reasonable and be quiet.  This was never a bug
  34.       in the first place; LZ 0.91 was simply informing you that the date in the
  35.       archive was invalid (like 29-Sep-100), something Lharc never did.
  36.       Anyway, it's gone now, since some people mistakenly thought it was bug.
  37.  
  38.    o  LZTEMP.xxxxxx files are no longer left lying around if LZ is aborted.
  39.  
  40.    o  Files are now added in alphabetical order within their respective
  41.       directories.
  42.  
  43.    o  Fixed "file header too short" bug when decompressing files.
  44.  
  45.    o  Fixed bug which would spuriously report a corrupted file if the file
  46.       had a large filenote.
  47.  
  48.    o  Fixed a bug involving zero length files.
  49.  
  50.    o  LZ will no longer set the task priority of the CLI to zero upon exit.
  51.  
  52.    o  Input/output buffer is now set by -b (in K) instead of by -i and -o
  53.       (in bytes).
  54.  
  55.    o  The -N option (no console output) now automatically turns on -m (no
  56.       message query).
  57.  
  58.    o  LZ now recognises .dms and .arj files as archives.
  59.  
  60.    o  Millions of other things changed for the better.
  61.  
  62.    o  Cosmeticisms.
  63.  
  64.  
  65.    IMPORTANT NOTE:  Please read the file IMPORTANT.README before you do
  66.                     anything else.
  67.